home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-04-21 | 1003 b | 21 lines | [TEXT/KAHL] |
- Boolean IsDWindow (WindowPtr theWind);
- TEHandle GetDWindowTE (WindowPtr theWind);
- void SetDWindowStyle (WindowPtr theWind, Integer font, Integer size, Integer wrap, Integer just);
- void SetDWindowPos (WindowPtr theWind, Integer lineNum);
- void SetDWindowNotify (WindowPtr theWind, vProcPtr p);
- void SetDWindowFlush (WindowPtr theWind, Longint maxText, Longint flushAmt);
- void SetDWindow (WindowPtr theWind);
- GetDWindow (WindowPtr *theWind);
- void FlushDWindow (WindowPtr theWind, Longint byteCount);
- WindowPtr NewDWindow (Rect *bounds, StringPtr title, Boolean visible, WindowPtr behind, Boolean goAway, Longint refCon);
- WindowPtr GetNewDWindow (Integer resourceNum, WindowPtr behind);
- void DisplayText (Ptr theText, Longint len);
- void DisplayString (StringPtr theStr);
- void DisplayLong (Longint l);
- void DisplayInt (Integer i);
- void DisplayChar (char c);
- void DisplayLn (void);
- void DisplayBoolean (Boolean b);
- void DisplayHexChar (char c);
- void DisplayHexInt (Integer i);
- void DisplayHexLong (Longint l);